From 0aa5c964e466e87dd4842863d63dfc989a3ef4d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 2 Apr 2012 22:35:06 +0100 Subject: [PATCH] release 0.1.10 --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 506c2f1..a123cc3 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,9 @@ the news section both in the README and the webpage. --> - +2012-03-30 babl-0.1.8
+LUT based speedups for gamma correction / uncorrection. +
2012-03-30 babl-0.1.8
Added support for indexed/pallette based formats, constified API.
diff --git a/configure.ac b/configure.ac index 09b9a9d..26b02da 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [9]) +m4_define([babl_micro_version], [10]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2